curl --request PUT \
--url https://api.getmaxim.ai/v1/log-repositories \
--header 'Content-Type: application/json' \
--header 'x-maxim-api-key: <api-key>' \
--data '
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"folderId": "<string>",
"customPricingStructureId": "<string>"
}
'{
"data": {
"id": "<string>",
"name": "<string>",
"workspaceId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"description": "<string>",
"folderId": "<string>",
"config": {},
"customPricingStructureId": "<string>"
}
}Update log repository
curl --request PUT \
--url https://api.getmaxim.ai/v1/log-repositories \
--header 'Content-Type: application/json' \
--header 'x-maxim-api-key: <api-key>' \
--data '
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"folderId": "<string>",
"customPricingStructureId": "<string>"
}
'{
"data": {
"id": "<string>",
"name": "<string>",
"workspaceId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"description": "<string>",
"folderId": "<string>",
"config": {},
"customPricingStructureId": "<string>"
}
}API key for authentication
Log repository ID to fetch specific repository
Name of the log repository
Description of the log respository
Optional ID of the folder containing the repository
Optional custom pricing structure ID
Log repository updated successfully
Show child attributes
Was this page helpful?